Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Function |raw_commands

process/command::|raw_commands


Usage

|raw_commands(lines)

Parameters

↳ lines: Vec<string>

Return

Vec<Command>


Parse multiple shell-quoted command lines into a Vec<Command>.

Returns an empty Vec if any line cannot be parsed or yields no tokens. Use |checked_raw_commands if you need to detect parse failures explicitly.